Download Microsoft Azure AI Fundamentals.AI-900.VCEplus.2020-09-08.36q.vcex

Vendor: Microsoft
Exam Code: AI-900
Exam Name: Microsoft Azure AI Fundamentals
Date: Sep 08, 2020
File Size: 1 MB
Downloads: 10

How to open VCEX files?

Files with VCEX extension can be opened by ProfExam Simulator.

Demo Questions

Question 1
A company employs a team of customer service agents to provide telephone and email support to customers.
The company develops a webchat bot to provide automated answers to common customer queries.
Which business benefit should the company expect as a result of creating the webchat bot solution?
  1. increased sales
  2. a reduced workload for the customer service agents
  3. improved product reliability
Correct answer: B
Question 2
For a machine learning progress, how should you split data for training and evaluation?
  1. Use features for training and labels for evaluation.
  2. Randomly split the data into rows for training and rows for evaluation.
  3. Use labels for training and features for evaluation.
  4. Randomly split the data into columns for training and columns for evaluation.
Correct answer: D
Explanation:
In Azure Machine Learning, the percentage split is the available technique to split the data. In this technique, random data of a given percentage will be split to train and test data.Reference: https://www.sqlshack.com/prediction-in-azure-machine-learning/
In Azure Machine Learning, the percentage split is the available technique to split the data. In this technique, random data of a given percentage will be split to train and test data.
Reference: https://www.sqlshack.com/prediction-in-azure-machine-learning/
Question 3
You build a machine learning model by using the automated machine learning user interface (UI). 
You need to ensure that the model meets the Microsoft transparency principle for responsible AI.
What should you do?
  1. Set Validation type to Auto.
  2. Enable Explain best model.
  3. Set Primary metric to accuracy.
  4. Set Max concurrent iterations to 0.
Correct answer: B
Explanation:
Model Explain Ability.Most businesses run on trust and being able to open the ML "black box" helps build transparency and trust. In heavily regulated industries like healthcare and banking, it is critical to comply with regulations and best practices. One key aspect of this is understanding the relationship between input variables (features) and model output. Knowing both the magnitude and direction of the impact each feature (feature importance) has on the predicted value helps better understand and explain the model. With model explain ability, we enable you to understand feature importance as part of automated ML runs.Reference: https://azure.microsoft.com/en-us/blog/new-automated-machine-learning-capabilities-in-azure-machine-learning-service/
Model Explain Ability.
Most businesses run on trust and being able to open the ML "black box" helps build transparency and trust. In heavily regulated industries like healthcare and banking, it is critical to comply with regulations and best practices. One key aspect of this is understanding the relationship between input variables (features) and model output. Knowing both the magnitude and direction of the impact each feature (feature importance) has on the predicted value helps better understand and explain the model. With model explain ability, we enable you to understand feature importance as part of automated ML runs.
Reference: https://azure.microsoft.com/en-us/blog/new-automated-machine-learning-capabilities-in-azure-machine-learning-service/
Question 4
You are designing an AI system that empowers everyone, including people who have hearing, visual, and other impairments.
This is an example of which Microsoft guiding principle for responsible AI?
  1. fairness
  2. inclusiveness
  3. reliability and safety
  4. accountability
Correct answer: B
Explanation:
Inclusiveness: At Microsoft, we firmly believe everyone should benefit from intelligent technology, meaning it must incorporate and address a broad range of human needs and experiences. For the 1 billion people with disabilities around the world, AI technologies can be a game-changer.Reference:https://docs.microsoft.com/en-us/learn/modules/responsible-ai-principles/4-guiding-principles
Inclusiveness: At Microsoft, we firmly believe everyone should benefit from intelligent technology, meaning it must incorporate and address a broad range of human needs and experiences. For the 1 billion people with disabilities around the world, AI technologies can be a game-changer.
Reference:
https://docs.microsoft.com/en-us/learn/modules/responsible-ai-principles/4-guiding-principles
Question 5
To complete the sentence, select the appropriate option in the answer area.
Correct answer: To work with this question, an Exam Simulator is required.
Explanation:
Reliability and safety: To build trust, it's critical that AI systems operate reliably, safely, and consistently under normal circumstances and in unexpected conditions. These systems should be able to operate as they were originally designed, respond safely to unanticipated conditions, and resist harmful manipulation.Reference:https://docs.microsoft.com/en-us/learn/modules/responsible-ai-principles/4-guiding-principles
Reliability and safety: To build trust, it's critical that AI systems operate reliably, safely, and consistently under normal circumstances and in unexpected conditions. These systems should be able to operate as they were originally designed, respond safely to unanticipated conditions, and resist harmful manipulation.
Reference:
https://docs.microsoft.com/en-us/learn/modules/responsible-ai-principles/4-guiding-principles
Question 6
Which service should you use to extract text, key/value pairs, and table data automatically from scanned documents?
  1. Form Recognizer
  2. Text Analytics
  3. Ink Recognizer
  4. Custom Vision
Correct answer: A
Explanation:
Accelerate your business processes by automating information extraction. Form Recognizer applies advanced machine learning to accurately extract text, key/value pairs, and tables from documents. With just a few samples, Form Recognizer tailors its understanding to your documents, both on-premises and in the cloud. Turn forms into usable data at a fraction of the time and cost, so you can focus more time acting on the information rather than compiling it.Reference:https://azure.microsoft.com/en-us/services/cognitive-services/form-recognizer/
Accelerate your business processes by automating information extraction. Form Recognizer applies advanced machine learning to accurately extract text, key/value pairs, and tables from documents. With just a few samples, Form Recognizer tailors its understanding to your documents, both on-premises and in the cloud. Turn forms into usable data at a fraction of the time and cost, so you can focus more time acting on the information rather than compiling it.
Reference:
https://azure.microsoft.com/en-us/services/cognitive-services/form-recognizer/
Question 7
You use Azure Machine Learning designer to publish an inference pipeline.
Which two parameters should you use to consume the pipeline? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
  1. the model name
  2. the training endpoint
  3. the authentication key
  4. the REST endpoint
Correct answer: AD
Explanation:
A: The trained model is stored as a Dataset module in the module palette. You can find it under My Datasets.Azure Machine Learning designer lets you visually connect datasets and modules on an interactive canvas to create machine learning models.D: You can consume a published pipeline in the Published pipelines page. Select a published pipeline and find the REST endpoint of it.Reference:https://docs.microsoft.com/en-us/azure/machine-learning/how-to-run-batch-predictions-designer https://docs.microsoft.com/en-us/azure/machine-learning/concept-designer
A: The trained model is stored as a Dataset module in the module palette. You can find it under My Datasets.
Azure Machine Learning designer lets you visually connect datasets and modules on an interactive canvas to create machine learning models.
D: You can consume a published pipeline in the Published pipelines page. Select a published pipeline and find the REST endpoint of it.
Reference:
https://docs.microsoft.com/en-us/azure/machine-learning/how-to-run-batch-predictions-designer https://docs.microsoft.com/en-us/azure/machine-learning/concept-designer
Question 8
Which metric can you use to evaluate a classification model?
  1. true positive rate
  2. mean absolute error (MAE)
  3. coefficient of determination (R2)
  4. root mean squared error (RMSE)
Correct answer: A
Explanation:
What does a good model look like?An ROC curve that approaches the top left corner with 100% true positive rate and 0% false positive rate will be the best model. A random model would display as a flat line from the bottom left to the top right corner. Worse than random would dip below the y=x line.Reference:https://docs.microsoft.com/en-us/azure/machine-learning/how-to-understand-automated-ml#classification
What does a good model look like?
An ROC curve that approaches the top left corner with 100% true positive rate and 0% false positive rate will be the best model. A random model would display as a flat line from the bottom left to the top right corner. Worse than random would dip below the y=x line.
Reference:
https://docs.microsoft.com/en-us/azure/machine-learning/how-to-understand-automated-ml#classification
Question 9
Which two components can you drag onto a canvas in Azure Machine Learning designer? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
  1. dataset
  2. compute
  3. pipeline
  4. module
Correct answer: AD
Explanation:
You can drag-and-drop datasets and modules onto the canvas.Reference:https://docs.microsoft.com/en-us/azure/machine-learning/concept-designer 
You can drag-and-drop datasets and modules onto the canvas.
Reference:
https://docs.microsoft.com/en-us/azure/machine-learning/concept-designer 
Question 10
You need to create a training dataset and validation dataset from an existing dataset.
Which module in the Azure Machine Learning designer should you use?
  1. Select Columns in Dataset
  2. Add Rows
  3. Split Data
  4. Join Data
Correct answer: C
Explanation:
A common way of evaluating a model is to divide the data into a training and test set by using Split Data, and then validate the model on the training data. Use the Split Data module to divide a dataset into two distinct sets. The studio currently supports training/validation data splitsReference:https://docs.microsoft.com/en-us/azure/machine-learning/how-to-configure-cross-validation-data-splits2
A common way of evaluating a model is to divide the data into a training and test set by using Split Data, and then validate the model on the training data. Use the Split Data module to divide a dataset into two distinct sets. The studio currently supports training/validation data splits
Reference:
https://docs.microsoft.com/en-us/azure/machine-learning/how-to-configure-cross-validation-data-splits2
HOW TO OPEN VCE FILES

Use VCE Exam Simulator to open VCE files
Avanaset

HOW TO OPEN VCEX AND EXAM FILES

Use ProfExam Simulator to open VCEX and EXAM files
ProfExam Screen

ProfExam
ProfExam at a 20% markdown

You have the opportunity to purchase ProfExam at a 20% reduced price

Get Now!